home *** CD-ROM | disk | FTP | other *** search
- object RlNewProgExpertWin: TRlNewProgExpertWin
- Left = 349
- Top = 135
- ActiveControl = MainPanel
- BorderStyle = bsDialog
- Caption = 'RlNewProgExpertWin'
- ClientHeight = 217
- ClientWidth = 396
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDeactivate = FormDeactivate
- PixelsPerInch = 96
- TextHeight = 13
- object MainPanel: TPanel
- Left = 0
- Top = 0
- Width = 396
- Height = 217
- Align = alClient
- BevelOuter = bvNone
- Caption = 'MainPanel'
- TabOrder = 0
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 396
- Height = 217
- Align = alClient
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 0
- OnMouseMove = OnWinMouseMove
- object Image1: TImage
- Left = 16
- Top = 40
- Width = 32
- Height = 32
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object ShortNameLbl: TLabel
- Left = 48
- Top = 40
- Width = 68
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Name:'
- end
- object PublisherLbl: TLabel
- Left = 48
- Top = 60
- Width = 68
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Publisher:'
- end
- object Bevel1: TBevel
- Left = 2
- Top = 149
- Width = 455
- Height = 2
- end
- object Image2: TImage
- Left = 16
- Top = 164
- Width = 32
- Height = 32
- Picture.Data = {<image001.ico>}
- end
- object RecommendedLbl: TLabel
- Left = 72
- Top = 122
- Width = 97
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '(Recommended)'
- end
- object SubTitleLbl: TLabel
- Left = 16
- Top = 16
- Width = 65
- Height = 13
- Caption = 'SubTitleLbl'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object FileShortNameLbl: TLabel
- Left = 124
- Top = 40
- Width = 83
- Height = 13
- Caption = 'FileShortNameLbl'
- end
- object FilePublisherLbl: TLabel
- Left = 124
- Top = 60
- Width = 73
- Height = 13
- Caption = 'FilePublisherLbl'
- end
- object Image3: TImage
- Left = 16
- Top = 164
- Width = 32
- Height = 32
- Center = True
- Picture.Data = {<image002.TPNGObject>}
- end
- object MsgMemo: TMemo
- Left = 64
- Top = 160
- Width = 321
- Height = 49
- BorderStyle = bsNone
- Lines.Strings = (
- 'MsgMemo')
- ParentColor = True
- ReadOnly = True
- TabOrder = 0
- OnMouseMove = OnWinMouseMove
- end
- object BzBtn: TBitBtn
- Left = 72
- Top = 96
- Width = 97
- Height = 25
- Caption = '&Run in BufferZone'
- Default = True
- TabOrder = 1
- OnClick = TrustBtnClick
- end
- object NoBzBtn: TBitBtn
- Left = 176
- Top = 96
- Width = 97
- Height = 25
- Caption = 'Run out of BZ'
- TabOrder = 2
- OnClick = TrustBtnClick
- end
- object CancelBtn: TBitBtn
- Left = 280
- Top = 96
- Width = 97
- Height = 25
- Cancel = True
- Caption = '&Don'#39't Run'
- TabOrder = 3
- OnClick = TrustBtnClick
- end
- end
- end
- end
-